GetSecurityLogins(LoginType[],ObjectFetchOptions,Boolean,Int32,Boolean) Method
In This Topic
Gets all security logins for the specified type(s), with paging
Syntax
Parameters
- types
- The type(s) of logins to return
- fetchOptions
- Options that control the fetch operation
- includePermissions
- Determines whether permissions are returned with the entities
- pageSize
- The maximum number of records to retrieve in one call. See Remarks.
- restartPaging
- Indicates whether to fetch the first page or continue paging. See Remarks.
Return Value
All security logins of the specified type(s)
See Also